-
Notifications
You must be signed in to change notification settings - Fork 1
Add secure/brand auth in production doc #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only blocking thing would be to pre-make the github discussion and get that URL in here
<Tabs items={["REST"]} storageKey="preferredLanguage"> | ||
<Tabs.Tab> | ||
```text | ||
POST https://cloud.arcade.dev/api/v1/oauth/confirm_user | ||
Authorization: Bearer <arcade_api_key> | ||
Content-Type: application/json | ||
|
||
{ | ||
"flow_id": "<flow_id from the query string>", | ||
"user_id": "<the current user's ID>" | ||
} | ||
``` | ||
</Tabs.Tab> | ||
</Tabs> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will get this into the client libs soon, yes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, next on my list. That will result in more tabs here
In the Arcade Dashboard, pick the **Custom verifier** option and add the URL of your verifier route. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Add screenshot soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: if This will be under a menu item, let's expand it!
In the Arcade Dashboard, pick the **Custom verifier** option and add the URL of your verifier route. | |
In the Arcade Dashboard, go to **OAuth > Custom verifier** option, and add the URL of your verifier route. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@torresmateo Will do, I will update this after the Dashboard ships.
Co-authored-by: Evan Tahler <[email protected]>
…g-oauth-sec-docs' into nate/customer-facing-oauth-sec-docs
@evantahler, back over to you! |
Add a doc explaining how to configure session verification for production.